Prepend prefix when HTTP path is relative
authorStephen Benjamin <stephen@redhat.com>
Mon, 9 Jan 2023 23:30:41 +0000 (18:30 -0500)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Jun 2025 15:42:34 +0000 (17:42 +0200)
commit04ddcc9295a7f5a193d1e389a8dedc5d7fea49ed
tree8d94c6478f463bce29f7251e802205c62c06e633
parent9e012cd7fb425de3d09f1a71bc7be61135471fd3
Prepend prefix when HTTP path is relative

This sets a couple of variables.  With the url http://www.example.com/foo/bar :
http_path: /foo/bar
http_url: http://www.example.com/foo/bar

Resolves: rhbz#1616395
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Stephen Benjamin <stephen@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name prepend-prefix-when-http-path-is-relative.patch
grub-core/kern/main.c
grub-core/net/efi/http.c